[INFO] cloning repository https://github.com/SvenMokveldje/AOC2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SvenMokveldje/AOC2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenMokveldje%2FAOC2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenMokveldje%2FAOC2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0e3fde69c514c3f439b7f375e0ad8895961c645
[INFO] fixing SvenMokveldje/AOC2025 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvenMokveldje%2FAOC2025" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SvenMokveldje/AOC2025
[INFO] finished tweaking git repo https://github.com/SvenMokveldje/AOC2025
[INFO] tweaked toml for git repo https://github.com/SvenMokveldje/AOC2025 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SvenMokveldje/AOC2025 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SvenMokveldje/AOC2025 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1
[INFO] running `Command { std: "docker" "start" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking e2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `day9`
[INFO] [stdout]  --> src/days/mod.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod day9;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day9`, create file "src/days/day9.rs" or "src/days/day9/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day9` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day10`
[INFO] [stdout]   --> src/days/mod.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod day10;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day10`, create file "src/days/day10.rs" or "src/days/day10/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day11`
[INFO] [stdout]   --> src/days/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod day11;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day11`, create file "src/days/day11.rs" or "src/days/day11/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day11` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day12`
[INFO] [stdout]   --> src/days/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod day12;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day12`, create file "src/days/day12.rs" or "src/days/day12/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day12` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day9`
[INFO] [stdout]  --> src/days/mod.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod day9;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day9`, create file "src/days/day9.rs" or "src/days/day9/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day9` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day10`
[INFO] [stdout]   --> src/days/mod.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod day10;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day10`, create file "src/days/day10.rs" or "src/days/day10/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day11`
[INFO] [stdout]   --> src/days/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod day11;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day11`, create file "src/days/day11.rs" or "src/days/day11/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day11` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day12`
[INFO] [stdout]   --> src/days/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod day12;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day12`, create file "src/days/day12.rs" or "src/days/day12/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day12` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/days/day5.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut total: HashSet<i64> = HashSet::new();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total`
[INFO] [stdout]   --> src/days/day5.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut total: HashSet<i64> = HashSet::new();
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `j`
[INFO] [stdout]   --> src/days/day8.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |         for (j, coord2) in coords.iter().enumerate().skip(i + 1) {
[INFO] [stdout]    |              ^ help: if this is intentional, prefix it with an underscore: `_j`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `iter` is assigned to, but never used
[INFO] [stdout]   --> src/days/day8.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let mut iter = 1000;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using `_iter` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `iter` is never read
[INFO] [stdout]   --> src/days/day8.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |             iter += 1;
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `iter` is assigned to, but never used
[INFO] [stdout]    --> src/days/day8.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     let mut iter = 1000;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_iter` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `iter` is never read
[INFO] [stdout]    --> src/days/day8.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             iter += 1;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/days/day5.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut total: HashSet<i64> = HashSet::new();
[INFO] [stdout]    |         ----^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total`
[INFO] [stdout]   --> src/days/day5.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut total: HashSet<i64> = HashSet::new();
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `e2025` (bin "e2025" test) due to 4 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `j`
[INFO] [stdout]   --> src/days/day8.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |         for (j, coord2) in coords.iter().enumerate().skip(i + 1) {
[INFO] [stdout]    |              ^ help: if this is intentional, prefix it with an underscore: `_j`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `iter` is assigned to, but never used
[INFO] [stdout]   --> src/days/day8.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let mut iter = 1000;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using `_iter` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `iter` is never read
[INFO] [stdout]   --> src/days/day8.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |             iter += 1;
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `iter` is assigned to, but never used
[INFO] [stdout]    --> src/days/day8.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     let mut iter = 1000;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_iter` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `iter` is never read
[INFO] [stdout]    --> src/days/day8.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             iter += 1;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `e2025` (bin "e2025") due to 4 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1", kill_on_drop: false }`
[INFO] [stdout] 61cf3528cdc6986d3b23fac062a92132c07b4ce08e3fdd8b7d0aaa0ee5183af1
